# Begin: Custom commands for outgoing e-mails BEFORE encryption log(1,'Begin: Custom commands for outgoing e-mails BEFORE encryption'); # Begin: Requesting read receipt, when <%OEM-WEBMAIL-GINA%> is triggered log(1,'Begin: Requesting read receipt, when <%OEM-WEBMAIL-GINA%> is triggered'); if(compare('subject','match','\[priv\]')) { if (!compare('disposition-notification-to','match','*.')) { setheader('disposition-notification-to','$header_from'); } } log(1,'End: Requesting read receipt, when <%OEM-WEBMAIL-GINA%> is triggered'); # End: Requesting read receipt, when <%OEM-WEBMAIL-GINA%> is triggered log(1,'End: Custom commands for outgoing e-mails BEFORE encryption'); # End: Custom commands for outgoing e-mails BEFORE encryption